object maAddressForm: TmaAddressForm Left = 227 Top = 138 BorderStyle = bsDialog Caption = 'Multiple Addresses' ClientHeight = 55 ClientWidth = 329 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 7 Width = 109 Height = 13 Caption = 'Please Select Address:' end object AddressList: TComboBox Left = 8 Top = 21 Width = 222 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object BitBtn1: TBitBtn Left = 240 Top = 18 Width = 75 Height = 25 Caption = '&OK' TabOrder = 1 Kind = bkOK end end